Skip to content

Update dependency AxonFramework/AxonFramework to v5.1.0#544

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/axonframework-axonframework-5.x
Open

Update dependency AxonFramework/AxonFramework to v5.1.0#544
renovate[bot] wants to merge 1 commit intomainfrom
renovate/axonframework-axonframework-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
AxonFramework/AxonFramework minor 5.0.35.1.0

Release Notes

AxonFramework/AxonFramework (AxonFramework/AxonFramework)

v5.1.0: Axon Framework v5.1.0

Compare Source

Notice - Axon & Axoniq Framework

This release marks the first release wherein the split between Axon Framework and Axoniq Framework is apparent.
As such, the feature-specific sections are split between Axon Framework and Axoniq Framework features, enhancements, fixes, documentation, and dependency changes.
For those looking for a quick overview of "what is Axon and what is Axoniq Framework", the following components have been ported to Axoniq Framework are:

  1. The axon-server-connector module.
  2. All Axon Server Spring integration.
  3. The AxonServerContainer for Testcontainer support
  4. The DistributedCommandBus and CommandBusConnector. In line with the move of the axon-server-connector
  5. The DistributedQueryBus and QueryBusConnector. In line with the move of the axon-server-connector
  6. The SequencedDeadLetterQueue, SequencedDeadLetterQueue integration into Event Handling Components, and the JPA/JDBC/InMemory storage solutions for the SequencedDeadLetterQueue
  7. The MultiStreamableEventSource

Axon Framework

⭐ Features
📈 Enhancements
🪲 Bug Fixes
📖 Documentation
🛠️ Dependency Upgrades

Axoniq Framework

⭐ Features
  • [#​3105] Set AxonServerSnapshotStore in the AxonServerConfigurationEnhancer by @​smcvb in AxonIQ#4307
  • Snapshotting rework to allow snapshots to be part of event stream by @​hjohn in AxonIQ#4335
  • [#​3435] Align MultiStreamableMessageSource with StreamableEventSource interface
  • [#​3435] Created the MultiStreamableEventSource implementation by @​abuijze in AxonIQ#4116
  • [#​3517] Revise Dead Letter Queue
  • [#​3517] feat: Dead Letter Queue adjusted to AF5 API by @​MateuszNaKodach in AxonIQ#4120
  • [#​4182] feat(extensions/spring): JdbcAutoConfiguration + JdbcDeadLetterQueueAutoConfiguration by @​MateuszNaKodach in AxonIQ#4287
  • [#​5] Port PostgreSQL Extension while keeping history
  • [#​6] Construct axoniq-server-connector out of axon-server-connector
  • [#​7] Move distributed CommandBus logic to axoniq-distributed-messaging
  • [#​8] Move distributed QueryBus logic to axoniq-distributed-messaging
  • [#​9] Move Sequenced Dead-Letter Queue logic to axoniq-dead-letter
  • [#​9] feat(messaging/axoniq-dead-letter): initialize module and move code from Axon Framework 5 archive
  • [#​11] Move multi-streamable event source to axoniq-event-streaming
  • [#​12] Introduce Spring Autoconfigure and Spring Starter modules
  • [#​21] Use of Entitlement Module for DLQ
  • [#​21] Register PostgreSQL and DLQ with Entitlement Manager
  • Base for Axoniq Framework
📈 Enhancements
  • feat(test): AxonServerContainer DCB context support by @​MateuszNaKodach in AxonIQ#3992
  • [#​3517] JpaSequencedDeadLetterQueue aligned with AF5 APIs by @​MateuszNaKodach in AxonIQ#4178
  • [#​3517] CachingSequencedDeadLetterQueue per Segment by @​MateuszNaKodach in AxonIQ#4202
  • [#​3517] Move JPA dead letter classes from stash/todo to messaging module by @​MateuszNaKodach in AxonIQ#4211
  • [#​3517] JdbcSequencedDeadLetterQueue aligned with AF5 APIs by @​MateuszNaKodach in AxonIQ#4230
  • [#​3517] JpaSequencedDeadLetterQueue auto configuration by @​MateuszNaKodach in AxonIQ#4247
  • [#​3517] Add Context context() method to DeadLetter interface by @​MateuszNaKodach in AxonIQ#4289
  • [#​3517] Remove unused DeadLetterQueueProviderConfigurerModule by @​MateuszNaKodach in AxonIQ#4361
  • DistributedQueryBusConfiguration cleanup and support for local shortcut by @​abuijze in AxonIQ#4195
  • Align DistributedQueryBusConfiguration with DistributedCommandBusConfiguration by @​smcvb in AxonIQ#4373
  • Move Sequenced Dead-Letter Queue feature to Axoniq Framework by @​MateuszNaKodach in AxonIQ#4408
  • Moved MultiSourceTrackingToken and MultiStreamableEventSource to Axoniq Framework by @​jangalinski in AxonIQ#4410
  • Move Axon Server integration to Axoniq Framework by @​smcvb in AxonIQ#4412
  • Port DistributedCommand- and -QueryBus to Axoniq Framework by @​hatzlj in AxonIQ#4439
  • Remove the final Axon Server mentions by @​smcvb in AxonIQ#4446
  • [#​15] Move (Spring) integration-tests
  • [#​17] Align maven module name prefix
  • [#​19] Clean up maven modules and build
  • [#​42] Move AxonServerContainer and TestFixture Customization facilities to axoniq-test module
  • Restore modules with history - distributed-messaging, server-connector
  • chore(integrationtests): init Maven module for integration tests
  • Move Axon Server specific tests into integration test module
  • Move AxonServerContainer in axoniq-testcontainer module
  • Remove the examples.yml GitHub Action
  • chore: fix code inspections
  • Update Axoniq framework with AbstractMessageStream changes
  • Replace the Slack notify GHA
  • Add missing ArchUnit tests to axoniq-testcontainer
  • chore: improve logback settings
  • Add tag format settings to release plugin
  • [#​9] refactor(messaging/axoniq-dead-letter): change dead-letter addon identifier to framework.dead_letter_queue
  • Disable the Slack release notification
  • Port Axon Server Spring integration
  • Fix all remaining usages of org.axonframework.messaging.*.distributed
🪲 Bug Fixes
  • Fix axon server address resolution for AxonServerTestContainerConnectionDetailsFactory by @​hatzlj in AxonIQ#4266
  • Fix race-condition for DistributedQueryBusSubscriptionQueryTest#replayBufferOverflow by @​hatzlj in AxonIQ#4286
  • [#​4437] AggregateBasedAxonServerEventStorageEngine returns invalid AggregateSequence
  • [#​4474] PostgresqlEventStorageEngine throws AppendEventsTransactionRejectedException when appending >= 2 events from a command handler
  • [#​4408] Remove DLQ references from persistence configuration by @​smcvb in AxonIQ#4440
  • Remove DLQ entity registration in JpaAutoConfiguration by @​smcvb in AxonIQ#4441
  • Adjust AxonServerAutoConfiguration import for Spring Boot autoconfig classes by @​smcvb in AxonIQ#4438
  • [#​18] Fix AxonServerConfigurationEnhancerTest.enhanceSetsExpectedDefaultsInAbsenceOfTheseComponents
  • Minor licensing adjustments
  • Correct projectKey and organization for Sonar
  • fix(dependency-injection/spring): guard dead-letter autoconfiguration on SequencedDeadLetterQueueFactory classpath presence
  • Correct code owners
  • Fix consistency marker when sourcing an empty stream in the AggregateBasedAxonServerEventStorageEngine
  • Normalize event tags into a table; fix rejection for multi-event batches
📖 Documentation
  • [#​3289] Clarify DLQ Transactionality in the documentation
  • [#​4326] Migration path - Sequenced Dead-Letter Queue
  • [#​4442] Describe PostgreSQLEventStorageEngine in the documentation
  • [#​4484] Fix cross-version references in the framework reference and related guides
  • Migration path for the DLQ by @​hatzlj in AxonIQ#4338
  • Prepare composite Axon Framework / Axoniq Framework documentation by @​hatzlj in AxonIQ#4420
  • Adjust references to AxoniqFramework classes in the reference guide by @​hatzlj in AxonIQ#4449
  • Add Visual indicator for features moved to Axoniq Framework by @​hatzlj in AxonIQ#4462
  • Restructure Antora Setup by @​hatzlj in AxonIQ#4469
  • Include Data Protection documentation in framework reference guide by @​hatzlj in AxonIQ#4473
  • [#​14] Create composite Documentation for Axoniq Framework and Axon Framework
  • [#​14] Prepare composite Axon Framework / Axoniq Framework documentation
  • [#​14] Fix the antora component version resolution for release branches
  • [#​14] Restructure Antora Setup
  • [#​60] Add visual indication for Axoniq Framework features to the reference guide
  • [#​60] Add Visual indicator Axoniq Framework features
  • [#​76] Adjust references to AxoniqFramework code in the documentation
  • [#​76] Adjust class references and maven artifact references in the reference guide
  • [#​77] Add a mini migration guide for 5.0 -> 5.1
  • Update Copyright Notice
🛠️ Dependency Upgrades
  • Add maven flatten plugin to resolve revision before publishing maven artifacts
  • Remove duplicate dependency slf4j-api
  • Release Candidate preparation
  • Set Axon Framework version to 5.1.0
  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.13 in /docs/_playbook
  • chore(deps): bump the maven-dependencies group with 3 updates
  • chore(deps-dev): bump path-to-regexp from 8.2.0 to 8.4.2 in /docs/_playbook
  • chore(deps): bump the github-dependencies group across 1 directory with 2 updates
  • chore(deps): bump the maven-dependencies group with 3 updates
  • chore(deps): bump the maven-dependencies group with 6 updates
  • chore(deps): bump io.axoniq.license:entitlement-manager from 1.0.0-RC2 to 1.0.0-RC4
  • Bump slackapi/slack-github-action from 3.0.1 to 3.0.2 in the github-dependencies group
  • Bump the maven-dependencies group with 8 updates
  • Bump io.axoniq.license:entitlement-manager from 1.0.0-RC4 to 1.0.0

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.0.5: Axon Framework v5.0.5

Compare Source

🪲 Bug fixes

  • [#​4437] Fix consistency marker when sourcing an empty stream in the AggregateBasedJpaEventStorageEngine and AggregateBasedAxonServerEventStorageEngine #​4461

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.0.4: Axon Framework v5.0.4

Compare Source

⭐ Features

  • Add github action for automatic PR merge up #​4283

📈 Enhancements

  • PSEP Coordinator and UpdateChecker log level changes #​4296
  • The DistributedCommandBus should not log error responses #​4258

🪲 Bug fixes

  • [#​4288] Fix token advancement in AggregateBasedJpaEventStorageEngine #​4290
  • Make the EventGateway a DescribableComponent #​4282
  • Ensure order of published events is maintained in interceptors #​4277
  • Await commit correctly when publishing without processing context #​4270
  • fix(test): AxonTestFixture - records commands before serialization in DistributedCommandBus #​4263

❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/axonframework-axonframework-5.x branch from 8c1b2d8 to ecb13e3 Compare March 25, 2026 13:50
@renovate renovate Bot changed the title Update dependency AxonFramework/AxonFramework to v5.1.0-RC1 Update dependency AxonFramework/AxonFramework to v5.1.0-RC2 Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/axonframework-axonframework-5.x branch from ecb13e3 to f0a8a3f Compare April 18, 2026 14:01
@renovate renovate Bot changed the title Update dependency AxonFramework/AxonFramework to v5.1.0-RC2 Update dependency AxonFramework/AxonFramework to v5.1.0-RC1 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/axonframework-axonframework-5.x branch from f0a8a3f to 42ce914 Compare April 22, 2026 14:53
@renovate renovate Bot changed the title Update dependency AxonFramework/AxonFramework to v5.1.0-RC1 Update dependency AxonFramework/AxonFramework to v5.1.0-RC3 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/axonframework-axonframework-5.x branch from 42ce914 to 4efdfec Compare April 28, 2026 19:10
@renovate renovate Bot changed the title Update dependency AxonFramework/AxonFramework to v5.1.0-RC3 Update dependency AxonFramework/AxonFramework to v5.1.0 Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants